.TH E1432_TRACE_LEVEL 3 E1432
.SH NAME
e1432_trace_level \- Enable/disable call tracing printout
.IX e1432_trace_level(3) 3
.SH SYNOPSIS
.cS
void e1432_trace_level(SHORTSIZ16 level)
.cE
.SH DESCRIPTION
Debugging is easier if you are able to trace the progression of calls made to
and within the E1432 library.  \fIe1432_trace_level\fR causes several 
different levels of call tracing to be displayed.  

Level 0 is no tracing

Level 1 displays first level calls, meaning the major E1432_XXX type calls.
Some E1432_XXX functions call other E1432_XXX functions.  This becomes 
apparent once you start this type of debugging.

Level 2 and Level 3 display increasingly smaller functions and would probably
not be of interest to most users of this the E1432 library.

\fIlevel\fR is an integer whose value is either \fB0\fR (no tracing), or a
tracing level desired.  \fB1\fR will probably do for most users.
.SH "RESET VALUE"
After a reset, \fItrace_level\fR is set to \fB0\fR, resulting in no
call tracing.
.SH "RETURN VALUE"
This function does not return a value.
.SH "SEE ALSO"
.na
e1432_debug_level
.ad
